<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-size: .16rem;
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: rgba(0,0,0,0); /* For some Androids */
}
html{
    font-size: 100px;
    overflow-x: hidden;
}

a{
    text-decoration: none;
    color: #000;
}
ul{
    list-style: none;
}
input{
    outline: 0;
    background:#fff;
}
img{
    object-fit: cover;
    cursor:pointer;
    display: block;
}
body{
  padding-top: 1rem;
}
.about_banner{
    height:2.8rem ;
}
.about_banner img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@font-face {
  font-family: 'titi';
  src: url(../images/news/PangMenZhengDaoBiaoTiTi-1.ttf);
}
.header_active{
  background: #fff!important;
  transition: all .25s;
}
/*å•è¯è‡ªåŠ¨æ¢è¡Œ*/
/* word-break:break-all;
word-wrap:break-word; */
/*æ–‡å­—æè¾¹*/
 /* è®¾ç½®æè¾¹å®½åº¦åŠé¢œè‰² é»˜è®¤ä¸ºå­—ä½“å†…å¤–æè¾¹
  text-stroke: 2px #2173FF;
 */
  /* å…¼å®¹Webkit(Chrome/Safari)å†…æ&nbsp;¸æµè§ˆå™¨çš„å†™æ³•
  -webkit-text-stroke: 2px #2173FF;
  color: #fff;
 */
/*å¤šè¡Œæº¢å‡º*/
line{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
}
/* æ°´æ³¢çº¹æ•ˆæžœ */
.btn-ripple {
  vertical-align: bottom;
}
.btn-ripple:not(:disabled):hover {
  opacity: 1;
  position: relative;
  overflow: hidden;
}
.btn-ripple:not(:disabled):hover::before {
  animation: ani_ripple 0.75s;
  z-index: 1;
  content: "";
  position: absolute;
  display: block;
  transition: all 0.6s;
  width: 100%;
  height: 0;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  padding-top: 100%;
  transform: translateX(-50%) translateY(-50%);
}
@keyframes ani_ripple {
    0% {
      background: rgba(0, 0, 0, 0.25);
      transform: translateX(-50%) translateY(-50%) scale(0);
    }
  
    to {
      background: transparent;
      transform: translateX(-50%) translateY(-50%) scale(1);
    }
  }

.common_titbox{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 0.32rem;
}
.common_xtit{
    color: #000;
    font-size: 0.4rem;
    font-weight: bold;
    position: relative;
    z-index: 3;
    padding-bottom: 0.3rem;
}
.common_xtit_en{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    color: #eaeaea;
    z-index: 0;
    font-size: 0.6rem;
    font-weight: bold;
    top: 0;
}
.common_xtit::after{
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 1.06rem;
    height: 0.05rem;
    background: #E3741B;
    border-radius: 0.03rem 0.03rem 0.03rem 0.03rem;
    bottom: 0;
}

.this_center{
  width: 16rem;
  margin: 0 auto;
  padding: 0.15rem 0;
  display: flex;
  justify-content: space-between;
}
.this_center_l{
  display: flex;
  align-items: center;
}


.this_a{
  display: flex;
  align-items: center;
  color: #666;
  font-size: 0.18rem;
  margin-right: 0.05rem;
}
.this_a:hover{
  font-weight: bold;
}
.this_home{
  width: 0.4rem;
  height: 0.4rem;
  display: flex;
  margin-right: 0.1rem;
}
.this_center_r{
  display: flex;
  align-items: center;
}
.this_a_column{
  font-size: 0.18rem;
  color: #333;
  margin-left: 0.8rem;
  position: relative;
}
.this_a_column::after{
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 0.04rem;
  background: #FE8503;
  bottom:-0.22rem;
  left: 0;
  display: none;
}
.this_a_column:hover{
  color: #FE8503;
  font-weight: bold;
}
.this_a_column:hover::after{
  display: block;
}



.about_one_title{
  padding-bottom: 0.3rem;
  position: relative;
  text-align: center;
  font-size: 0.3rem;
  font-weight: bold;
}
.about_one_title::after{
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  display: block;
  width: 1.2rem;
  height: 0.04rem;
  background: #FE8503;
  border-radius: 0.02rem 0.02rem 0.02rem 0.02rem;
}
/* ç¿»é¡µ */
.page{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 0.54rem;
}
.pages_a{
  width: 0.3rem;
  height: 0.3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 0.01rem dashed #CCCCCC;
  color: #999999;
  font-size: 0.16rem;
  margin: 0 0.05rem;
}
.pages_a:hover {
  background: #FE8503;
  color: #fff;
  border-color:#FE8503 ;
}




@media only screen and (max-width:1024px){
    .common_xtit,
    .common_xtit_en{
        font-size: 16px;
    }
    .about_banner{
        height: auto;
    }
    .this_position{
        display: none;
    }
}</pre></body></html>